projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b102df5
)
accellabel: Remove leftover debug code
author
Benjamin Otte
<otte@redhat.com>
Mon, 2 May 2011 18:07:49 +0000
(20:07 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 2 May 2011 18:09:17 +0000
(20:09 +0200)
The disabling of the check was added in
63a0ab5e73a618e4fe907f69a1bd6a74cb399dc2
Ooops.
gtk/gtkaccellabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccellabel.c
b/gtk/gtkaccellabel.c
index 07e88204549d867b8c63e9d305ad6074be88fc12..d7ca9b1cd2f852e29ad46029e22052a273354ee4 100644
(file)
--- a/
gtk/gtkaccellabel.c
+++ b/
gtk/gtkaccellabel.c
@@
-388,7
+388,7
@@
gtk_accel_label_draw (GtkWidget *widget,
gtk_widget_get_allocation (widget, &allocation);
gtk_widget_get_preferred_size (widget, NULL, &requisition);
- if (allocation.width >= requisition.width + ac_width
&& FALSE
)
+ if (allocation.width >= requisition.width + ac_width)
{
GtkStyleContext *context;
PangoLayout *label_layout;